home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Prg / IMAGELIB.ZIP / MIMAGE.ZIP / UFULLSCR.DFM / UFULLSCR.txt
Text File  |  1995-07-23  |  756b  |  37 lines

  1. object FullSlide: TFullSlide
  2.   Left = 4
  3.   Top = 38
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'FullSlide'
  9.   ClientHeight = 433
  10.   ClientWidth = 624
  11.   Color = clBlack
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'System'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   PixelsPerInch = 96
  18.   Position = poScreenCenter
  19.   OnClick = ImageClick
  20.   OnCreate = FormCreate
  21.   TextHeight = 16
  22.   object MultiImage1: TMultiImage
  23.     Left = 8
  24.     Top = 8
  25.     Width = 601
  26.     Height = 377
  27.     Center = True
  28.     JPegDither = 0
  29.     JPegResolution = 8
  30.     JPegSaveQuality = 25
  31.     JPegSaveSmooth = 0
  32.     ImageName = 'file not found'
  33.     Stretch = True
  34.     OnClick = ImageClick
  35.   end
  36. end
  37.